
Command Line: diskspd.exe -c10G -t2 -d60 -o8 -b64k -r -Suw -L -w20 test.dat

Input parameters:

	timespan:   1
	-------------
	duration: 60s
	warm up time: 5s
	cool down time: 0s
	measuring latency
	random seed: 0
	path: 'test.dat'
		think time: 0ms
		burst size: 0
		software cache disabled
		hardware write cache disabled, writethrough on
		performing mix test (read/write ratio: 80/20)
		block size: 65536
		using random I/O (alignment: 65536)
		number of outstanding I/O operations: 8
		thread stride size: 0
		threads per file: 2
		using I/O Completion Ports
		IO priority: normal



Results for timespan 1:
*******************************************************************************

actual test time:	60.01s
thread count:		2
proc count:		2

CPU |  Usage |  User  |  Kernel |  Idle
-------------------------------------------
   0|   2.34%|   0.18%|    2.16%|  97.64%
   1|   1.20%|   0.10%|    1.09%|  98.78%
-------------------------------------------
avg.|   1.77%|   0.14%|    1.63%|  98.21%

Total IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |      1116274688 |        17033 |      17.74 |     283.83 |   28.133 |    66.038 | test.dat (10240MB)
     1 |      1087569920 |        16595 |      17.28 |     276.53 |   28.877 |    65.192 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:        2203844608 |        33628 |      35.02 |     560.37 |   28.500 |    65.623

Read IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |       893124608 |        13628 |      14.19 |     227.09 |   27.688 |    58.732 | test.dat (10240MB)
     1 |       865992704 |        13214 |      13.76 |     220.19 |   28.695 |    60.607 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:        1759117312 |        26842 |      27.96 |     447.29 |   28.184 |    59.664

Write IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |       223150080 |         3405 |       3.55 |      56.74 |   29.917 |    89.473 | test.dat (10240MB)
     1 |       221577216 |         3381 |       3.52 |      56.34 |   29.588 |    80.648 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:         444727296 |         6786 |       7.07 |     113.08 |   29.753 |    85.191


  %-ile |  Read (ms) | Write (ms) | Total (ms)
----------------------------------------------
    min |      0.058 |      0.065 |      0.058
   25th |      0.136 |      0.158 |      0.139
   50th |      3.423 |      0.294 |      0.612
   75th |     30.222 |      6.176 |     27.160
   90th |     73.334 |    116.369 |     76.252
   95th |    138.185 |    199.474 |    147.767
   99th |    302.550 |    446.154 |    340.020
3-nines |    556.224 |    700.676 |    621.976
4-nines |    867.077 |    856.063 |    856.063
5-nines |   1124.839 |    856.063 |   1124.839
6-nines |   1124.839 |    856.063 |   1124.839
7-nines |   1124.839 |    856.063 |   1124.839
8-nines |   1124.839 |    856.063 |   1124.839
9-nines |   1124.839 |    856.063 |   1124.839
    max |   1124.839 |    856.063 |   1124.839
